home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / Translation / pardon.exe / {app} / Presets / Readme.txt < prev    next >
Text File  |  2000-10-25  |  3KB  |  98 lines

  1. SAMPLE PRESET
  2.  
  3. This file contains a sample preset configuration file. Presets are INI files containing information on the state of the settings in the settings dialog. You can set the value of all settings, except the ones in the security section (for obvious reasons).
  4.  
  5. _____________
  6. BOOLEAN TYPES
  7.  
  8. Boolean settings is either enabled (on) or disabled (off). To enable a setting means the same as checking the box manually in the settings dialog. Set the value to 1 to enable, and 0 to disable. For example:
  9.  
  10. DisableBrowser=1
  11.  
  12. This does not enable the internal browser - it actually disables it. What you are actually doing is checking the check box which disables the browser. Can be confusing, but is really quite practical when you get used to it.
  13.  
  14. __________
  15. FONT TYPES
  16.  
  17. These values can be found by setting the colors in Pardon, and copying the values from the registry keys located at:
  18.  
  19. HKEY_CURRENT_USER\Software\SoftBear\Pardon
  20.  
  21. If you're interested in the technical details, the font value is built up like this:
  22.  
  23. Charset|Color|Height|Name|Pitch|Size|[Set of styles]
  24.  
  25. ___________
  26. COLOR TYPES
  27.  
  28. These values can be found by setting the colors in Pardon, and copying the values from the registry keys located at:
  29.  
  30. HKEY_CURRENT_USER\Software\SoftBear\Pardon
  31.  
  32. The values are either constants (such as clBlack or clBlue), or codes (like $000080FF)
  33.  
  34. ==========================================
  35. ==========================================
  36. ==== SAMPLE FILE =========================
  37. ==========================================
  38. ==========================================
  39.  
  40. ; SAMPLE PRESET
  41. [Layout]
  42. ;HEADLINE FONT
  43. ; TYPE: FONT
  44. HeadlineFont=0|clWhite|-13|Verdana|fpDefault|15|[fsBold, fsUnderline]
  45.  
  46. ;HEADLINE COLOR
  47. ; TYPE: COLOR
  48. HeadlineColor=$000080FF
  49.  
  50. ;INACTIVE LINK FONT
  51. ; TYPE: FONT
  52. InActiveLinkFont=0|clRed|-13|Verdana|fpDefault|10|[fsBold, fsUnderline]
  53.  
  54. ;ACTIVE LINK FONT
  55. ; TYPE: FONT
  56. ActiveLinkFont=0|clRed|-13|Tahoma|fpDefault|50|[fsBold, fsItalic]
  57.  
  58. ;DICTIONARY FONT
  59. ; TYPE: FONT
  60. DictionaryFont=0|clBlack|-13|Verdana|fpDefault|10|[]
  61.  
  62. ;DICTIONARY COLOR
  63. ; TYPE: COLOR
  64. DictionaryColor=$00FF0080
  65.  
  66. [Options]
  67.  
  68. ;USE WEB STYLE IN DICTIONARY
  69. ; TYPE: BOOLEAN
  70. WebStyle=1
  71.  
  72. ;AUTO EXPAND RESULTS
  73. ; TYPE: BOOLEAN
  74. AutoExpand=1
  75.  
  76. ;ENABLE MICROSOFT AGENT
  77. ; TYPE: BOOLEAN
  78. EnableAgent=1
  79.  
  80. ;SET MICROSOFT AGENT CHARACTER
  81. ; TYPE: FILENAME WITHOUT PATH
  82. AgentCharacter=Genie.acs
  83.  
  84. ;USE AGENT IN TEST
  85. ; TYPE: BOOLEAN
  86. AgentInTest=1
  87.  
  88. ;ENABLE QUICKACCENT SYSTEM
  89. ; TYPE: BOOLEAN
  90. QuickAccent=1
  91.  
  92. ;SET SEARCH DELAY
  93. ; TYPE: BOOLEAN
  94. SearchDelay=1
  95.  
  96. ;SET MAXIMUM HITS
  97. ; TYPE: BOOLEAN
  98. MaxHits=1